negotiator.tournament.VariablesAndValues
Class TournamentValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AgentParamValue, AgentValue, BOAagentValue, DBLocationValue, DBPasswordValue, DBSessionValue, DBUserValue, ExperimentalValue, ProfileValue, ProtocolValue, TotalSessionNumberValue, TournamentOptionsValue

public abstract class TournamentValue
extends java.lang.Object
implements java.io.Serializable

TournamentValue is a value that a TournamentVariable can take. It is instantiated with AgentParamValue, AgentValue or ProfileValue

Author:
wouter
See Also:
Serialized Form

Constructor Summary
TournamentValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TournamentValue

public TournamentValue()